Glossary¶
- ASIC
- Application Specific Integrated Circuit. General term used to describe a silicon microchip.
- Verilog
- Hello World
Specification
- VHDL
- drive
- Driving means in digital design changing the value of a Signal. This verb is used for example to describe the how a testbench will change the inputs of a tested module.
- DUT
- DUT is short for “Device Under Test”. This term is used to refer to the digital design being tested by a test bench.